PDF4Java Reference Documentation
com.o2sol.pdf4java.content.analyzers Package / PDFPageContentAnalysis Class / analyzeLineToOperator Method
X coordinate
Y coordinate
In This Topic
    analyzeLineToOperator Method
    In This Topic
    Called when l operator is found.
    Syntax
    public void analyzeLineToOperator( 
       double x,
       double y
    )

    Parameters

    x
    X coordinate
    y
    Y coordinate
    See Also